-- card: 5008 from stack: in -- bmap block id: 5887 -- flags: 0000 -- background id: 2580 -- name: Printing Specification Form ----- HyperTalk script ----- on openCard global ProjectName put ProjectName into line 1 of card field project end openCard on closecard hide card field mask hide card button mask1 end closecard -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=1 top=46 right=325 bottom=101 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=252 top=46 right=325 bottom=361 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 7 (button) -- low flags: 00 -- high flags: A003 -- rect: left=290 top=326 right=341 bottom=360 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Print ----- HyperTalk script ----- on mouseUp global maskstatus put "true" into maskstatus show card field mask show card button mask1 doMenu "print card" hide card button mask1 hide card field mask put false into maskstatus end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: A003 -- rect: left=8 top=27 right=42 bottom=83 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: 4/1/88 ----- HyperTalk script ----- on mouseUp set the name of me to the date end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=380 top=327 right=342 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: PRINTING INFO ----- HyperTalk script ----- on mouseUp if hilight of me is false then set hilight of me to true set lockscreen to true put 4 into x repeat for 3 show card button x put 1+x into x end repeat set lockscreen to false exit mouseup end if if hilight of me is true then set hilight of me to false set lockscreen to true put 4 into x repeat for 3 hide card button x put 1+x into x end repeat set lockscreen to false exit mouseup end if end mouseUp -- part 17 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=100 top=46 right=59 bottom=249 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: PROJECT -- part 19 (field) -- low flags: 81 -- high flags: 0001 -- rect: left=0 top=323 right=343 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: mask ----- HyperTalk script ----- on mouseup hide me end mouseup -- part 21 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=100 top=58 right=325 bottom=249 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 22 (field) -- low flags: 00 -- high flags: 4000 -- rect: left=360 top=46 right=325 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 15 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=127 top=85 right=257 bottom=468 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 15 -- part name: info -- part 23 (button) -- low flags: 80 -- high flags: A002 -- rect: left=362 top=309 right=326 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Bindery Advice ----- HyperTalk script ----- on mouseenter set hilight of me to true end mouseenter on mouseleave set hilight of me to false end mouseleave on mouseUp set lockscreen to true put 4 into x repeat for 3 hide card button x put 1+x into x end repeat set lockscreen to false set hilight of card button "printing info" to false global thedtpadvisor push card visual zoom open go card "bindery" of stack thedtpadvisor end mouseup -- part 24 (button) -- low flags: 80 -- high flags: A002 -- rect: left=362 top=293 right=310 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Print Production ----- HyperTalk script ----- on mouseenter set hilight of me to true end mouseenter on mouseleave set hilight of me to false end mouseleave on mouseUp set lockscreen to true put 4 into x repeat for 3 hide card button x put 1+x into x end repeat set lockscreen to false set hilight of card button "printing info" to false global dtptutor push card visual zoom open go card "prepress" of stack dtptutor end mouseup -- part 25 (button) -- low flags: 80 -- high flags: A002 -- rect: left=362 top=277 right=294 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Print Technology ----- HyperTalk script ----- on mouseenter set hilight of me to true end mouseenter on mouseleave set hilight of me to false end mouseleave on mouseUp set lockscreen to true put 4 into x repeat for 3 hide card button x put 1+x into x end repeat set lockscreen to false set hilight of card button "printing info" to false global thedtpadvisor push card visual zoom open go card "printing technologies" of stack thedtpadvisor end mouseup -- part 26 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=355 top=0 right=18 bottom=375 -- title width / last selected line: 0 -- icon id / first selected line: 28672 / 28672 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseup show card field "info" wait until the mouse is down hide card field "Info" end mouseup -- part 27 (button) -- low flags: 80 -- high flags: 4001 -- rect: left=340 top=0 right=20 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: mask1 ----- HyperTalk script ----- on mouseUp set hilight of me to true hide card button mask1 end mouseUp -- part contents for card part 1 ----- text ----- Project: Estimator: Description Pages: Size: Binding/Folding: Special Treatments: Quantity: COVER: No. of Colors Outside Cover: Inside Cover: Bleeds/Solids: Reverses: Color Separations: Duotones/Halftones: Mechanical Art: Tints: Other: -- part contents for card part 2 ----- text ----- TEXT: No. of Colors: Bleeds/Solids: Reverses: Color Separations: Duotones/Halftones: Mechanical Art: Tints: Other: Proofing: Loose: Chromalins: ColorKeys: Stripped: Bluelines: ColorKeys: Art to Printer: Delivery Date: Delivery Instructions: Other Instructions: -- part contents for background part 18 ----- text ----- P R I N T I N G S P E C I F I C A T I O N S -- part contents for card part 15 ----- text ----- Use the PRINT SPECIFICATIONS form to give the printer a complete and accurate description of all that will be involved in their part of the production process. Over-explain whenever possible. If you have a schematic completed, give them a copy with the specification form. It will help them visualize the project as well as enable them to suggest ways to trim costs and improve the finished piece. -- part contents for card part 17 ----- text ----- DTP Master Forms